[INFO] fetching crate lib8tion 0.1.0...
[INFO] fixing lib8tion-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate lib8tion 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate lib8tion 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate lib8tion 0.1.0
[INFO] tweaked toml for crates.io crate lib8tion 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lib8tion 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lib8tion 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 330031bc55782e4954dc9016da4a9b4c3eb25665858ef3767941d66f3c82eaf5
[INFO] running `Command { std: "docker" "start" "330031bc55782e4954dc9016da4a9b4c3eb25665858ef3767941d66f3c82eaf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "330031bc55782e4954dc9016da4a9b4c3eb25665858ef3767941d66f3c82eaf5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "330031bc55782e4954dc9016da4a9b4c3eb25665858ef3767941d66f3c82eaf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "330031bc55782e4954dc9016da4a9b4c3eb25665858ef3767941d66f3c82eaf5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking lib8tion v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:26:42
[INFO] [stdout]    |
[INFO] [stdout] 26 |         prop_assert_eq!(l::sin16(theta), fastled_ref::sin16(theta));
[INFO] [stdout]    |                                          ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:27:42
[INFO] [stdout]    |
[INFO] [stdout] 27 |         prop_assert_eq!(l::cos16(theta), fastled_ref::cos16(theta));
[INFO] [stdout]    |                                          ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:32:39
[INFO] [stdout]    |
[INFO] [stdout] 32 |         prop_assert_eq!(l::sqrt16(x), fastled_ref::sqrt16(x));
[INFO] [stdout]    |                                       ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:37:58
[INFO] [stdout]    |
[INFO] [stdout] 37 |         prop_assert_eq!(l::scale16(i, Fract16(scale16)), fastled_ref::scale16(i, scale16));
[INFO] [stdout]    |                                                          ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:38:59
[INFO] [stdout]    |
[INFO] [stdout] 38 |         prop_assert_eq!(l::scale16by8(i, Fract8(scale8)), fastled_ref::scale16by8(i, scale8));
[INFO] [stdout]    |                                                           ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:43:58
[INFO] [stdout]    |
[INFO] [stdout] 43 |         prop_assert_eq!(l::scale32by8(i, Fract8(scale)), fastled_ref::scale32by8(i, scale));
[INFO] [stdout]    |                                                          ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:48:41
[INFO] [stdout]    |
[INFO] [stdout] 48 |         prop_assert_eq!(l::avg16(a, b), fastled_ref::avg16(a, b));
[INFO] [stdout]    |                                         ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:49:42
[INFO] [stdout]    |
[INFO] [stdout] 49 |         prop_assert_eq!(l::avg16r(a, b), fastled_ref::avg16r(a, b));
[INFO] [stdout]    |                                          ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:54:41
[INFO] [stdout]    |
[INFO] [stdout] 54 |         prop_assert_eq!(l::avg15(a, b), fastled_ref::avg15(a, b));
[INFO] [stdout]    |                                         ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:59:60
[INFO] [stdout]    |
[INFO] [stdout] 59 |         prop_assert_eq!(l::lerp16by8(a, b, Fract8(frac8)), fastled_ref::lerp16by8(a, b, frac8));
[INFO] [stdout]    |                                                            ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:60:63
[INFO] [stdout]    |
[INFO] [stdout] 60 |         prop_assert_eq!(l::lerp16by16(a, b, Fract16(frac16)), fastled_ref::lerp16by16(a, b, frac16));
[INFO] [stdout]    |                                                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:65:60
[INFO] [stdout]    |
[INFO] [stdout] 65 |         prop_assert_eq!(l::lerp15by8(a, b, Fract8(frac8)), fastled_ref::lerp15by8(a, b, frac8));
[INFO] [stdout]    |                                                            ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:66:63
[INFO] [stdout]    |
[INFO] [stdout] 66 |         prop_assert_eq!(l::lerp15by16(a, b, Fract16(frac16)), fastled_ref::lerp15by16(a, b, frac16));
[INFO] [stdout]    |                                                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:71:51
[INFO] [stdout]    |
[INFO] [stdout] 71 |         prop_assert_eq!(l::ease16_in_out_quad(i), fastled_ref::ease16_in_out_quad(i));
[INFO] [stdout]    |                                                   ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:72:52
[INFO] [stdout]    |
[INFO] [stdout] 72 |         prop_assert_eq!(l::ease16_in_out_cubic(i), fastled_ref::ease16_in_out_cubic(i));
[INFO] [stdout]    |                                                    ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/properties.rs:77:44
[INFO] [stdout]    |
[INFO] [stdout] 77 |         prop_assert_eq!(l::add8to16(i, j), fastled_ref::add8to16(i, j));
[INFO] [stdout]    |                                            ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lib8tion` (test "properties") due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:65:40
[INFO] [stdout]    |
[INFO] [stdout] 65 |             assert_eq!(l::qadd8(i, j), fastled_ref::qadd8(i, j), "qadd8({i},{j})");
[INFO] [stdout]    |                                        ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:66:40
[INFO] [stdout]    |
[INFO] [stdout] 66 |             assert_eq!(l::qsub8(i, j), fastled_ref::qsub8(i, j), "qsub8({i},{j})");
[INFO] [stdout]    |                                        ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:67:39
[INFO] [stdout]    |
[INFO] [stdout] 67 |             assert_eq!(l::add8(i, j), fastled_ref::add8(i, j), "add8({i},{j})");
[INFO] [stdout]    |                                       ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:68:39
[INFO] [stdout]    |
[INFO] [stdout] 68 |             assert_eq!(l::sub8(i, j), fastled_ref::sub8(i, j), "sub8({i},{j})");
[INFO] [stdout]    |                                       ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:69:39
[INFO] [stdout]    |
[INFO] [stdout] 69 |             assert_eq!(l::avg8(i, j), fastled_ref::avg8(i, j), "avg8({i},{j})");
[INFO] [stdout]    |                                       ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:70:40
[INFO] [stdout]    |
[INFO] [stdout] 70 |             assert_eq!(l::avg8r(i, j), fastled_ref::avg8r(i, j), "avg8r({i},{j})");
[INFO] [stdout]    |                                        ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:71:39
[INFO] [stdout]    |
[INFO] [stdout] 71 |             assert_eq!(l::mul8(i, j), fastled_ref::mul8(i, j), "mul8({i},{j})");
[INFO] [stdout]    |                                       ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:72:40
[INFO] [stdout]    |
[INFO] [stdout] 72 |             assert_eq!(l::qmul8(i, j), fastled_ref::qmul8(i, j), "qmul8({i},{j})");
[INFO] [stdout]    |                                        ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 |                 fastled_ref::add8to16(i, j as u16),
[INFO] [stdout]    |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:80:17
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 fastled_ref::scale8(i, j),
[INFO] [stdout]    |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:85:17
[INFO] [stdout]    |
[INFO] [stdout] 85 |                 fastled_ref::scale8_video(i, j),
[INFO] [stdout]    |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |                 fastled_ref::blend8(i, j, j),
[INFO] [stdout]    |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]   --> tests/differential.rs:95:17
[INFO] [stdout]    |
[INFO] [stdout] 95 |                 fastled_ref::blend8_8bit(i, j, j),
[INFO] [stdout]    |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |                 fastled_ref::blend8_16bit(i, j, j),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 fastled_ref::lerp8by8(i, j, j),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:116:40
[INFO] [stdout]     |
[INFO] [stdout] 116 |             assert_eq!(l::qadd7(i, j), fastled_ref::qadd7(i, j), "qadd7({i},{j})");
[INFO] [stdout]     |                                        ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:117:39
[INFO] [stdout]     |
[INFO] [stdout] 117 |             assert_eq!(l::avg7(i, j), fastled_ref::avg7(i, j), "avg7({i},{j})");
[INFO] [stdout]     |                                       ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:122:32
[INFO] [stdout]     |
[INFO] [stdout] 122 |         assert_eq!(l::abs8(i), fastled_ref::abs8(i), "abs8({i})");
[INFO] [stdout]     |                                ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:130:39
[INFO] [stdout]     |
[INFO] [stdout] 130 |             assert_eq!(l::mod8(a, m), fastled_ref::mod8(a, m), "mod8({a},{m})");
[INFO] [stdout]     |                                       ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:134:21
[INFO] [stdout]     |
[INFO] [stdout] 134 |                     fastled_ref::addmod8(a, b, m),
[INFO] [stdout]     |                     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     fastled_ref::submod8(a, b, m),
[INFO] [stdout]     |                     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:150:34
[INFO] [stdout]     |
[INFO] [stdout] 150 |         assert_eq!(l::sqrt16(x), fastled_ref::sqrt16(x), "sqrt16({x})");
[INFO] [stdout]     |                                  ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:152:40
[INFO] [stdout]     |
[INFO] [stdout] 152 |             assert_eq!(l::avg16(x, y), fastled_ref::avg16(x, y), "avg16({x},{y})");
[INFO] [stdout]     |                                        ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:155:17
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 fastled_ref::avg16r(x, y),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:161:33
[INFO] [stdout]     |
[INFO] [stdout] 161 |         assert_eq!(l::sqrt8(x), fastled_ref::sqrt8(x), "sqrt8({x})");
[INFO] [stdout]     |                                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:169:40
[INFO] [stdout]     |
[INFO] [stdout] 169 |             assert_eq!(l::avg15(x, y), fastled_ref::avg15(x, y), "avg15({x},{y})");
[INFO] [stdout]     |                                        ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:177:36
[INFO] [stdout]     |
[INFO] [stdout] 177 |         assert_eq!(l::dim8_raw(i), fastled_ref::dim8_raw(i), "dim8_raw({i})");
[INFO] [stdout]     |                                    ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:180:13
[INFO] [stdout]     |
[INFO] [stdout] 180 |             fastled_ref::dim8_video(i),
[INFO] [stdout]     |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:183:36
[INFO] [stdout]     |
[INFO] [stdout] 183 |         assert_eq!(l::dim8_lin(i), fastled_ref::dim8_lin(i), "dim8_lin({i})");
[INFO] [stdout]     |                                    ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:186:13
[INFO] [stdout]     |
[INFO] [stdout] 186 |             fastled_ref::brighten8_raw(i),
[INFO] [stdout]     |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:191:13
[INFO] [stdout]     |
[INFO] [stdout] 191 |             fastled_ref::brighten8_video(i),
[INFO] [stdout]     |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:196:13
[INFO] [stdout]     |
[INFO] [stdout] 196 |             fastled_ref::brighten8_lin(i),
[INFO] [stdout]     |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:202:17
[INFO] [stdout]     |
[INFO] [stdout] 202 |                 fastled_ref::scale8(i, scale),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:218:17
[INFO] [stdout]     |
[INFO] [stdout] 218 |                 fastled_ref::scale16(i, scale),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:225:17
[INFO] [stdout]     |
[INFO] [stdout] 225 |                 fastled_ref::scale16by8(i, scale),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 |                 fastled_ref::lerp16by8(i, i.wrapping_add(12345), scale),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:239:17
[INFO] [stdout]     |
[INFO] [stdout] 239 |                 fastled_ref::scale32by8(i, scale),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:256:17
[INFO] [stdout]     |
[INFO] [stdout] 256 |                 fastled_ref::lerp16by16(a, b, frac),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:266:17
[INFO] [stdout]     |
[INFO] [stdout] 266 |                 fastled_ref::lerp15by8(a, b, frac),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:273:17
[INFO] [stdout]     |
[INFO] [stdout] 273 |                 fastled_ref::lerp15by16(a, b, frac),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:287:21
[INFO] [stdout]     |
[INFO] [stdout] 287 |                     fastled_ref::map8(input, start, end),
[INFO] [stdout]     |                     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:298:36
[INFO] [stdout]     |
[INFO] [stdout] 298 |         assert_eq!(l::sin8(theta), fastled_ref::sin8(theta), "sin8({theta})");
[INFO] [stdout]     |                                    ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:299:36
[INFO] [stdout]     |
[INFO] [stdout] 299 |         assert_eq!(l::cos8(theta), fastled_ref::cos8(theta), "cos8({theta})");
[INFO] [stdout]     |                                    ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:302:37
[INFO] [stdout]     |
[INFO] [stdout] 302 |         assert_eq!(l::sin16(theta), fastled_ref::sin16(theta), "sin16({theta})");
[INFO] [stdout]     |                                     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:303:37
[INFO] [stdout]     |
[INFO] [stdout] 303 |         assert_eq!(l::cos16(theta), fastled_ref::cos16(theta), "cos16({theta})");
[INFO] [stdout]     |                                     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:308:37
[INFO] [stdout]     |
[INFO] [stdout] 308 |         assert_eq!(l::sin16(theta), fastled_ref::sin16(theta), "sin16({theta})");
[INFO] [stdout]     |                                     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:309:37
[INFO] [stdout]     |
[INFO] [stdout] 309 |         assert_eq!(l::cos16(theta), fastled_ref::cos16(theta), "cos16({theta})");
[INFO] [stdout]     |                                     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:318:13
[INFO] [stdout]     |
[INFO] [stdout] 318 |             fastled_ref::ease8_in_out_quad(i),
[INFO] [stdout]     |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:323:13
[INFO] [stdout]     |
[INFO] [stdout] 323 |             fastled_ref::ease8_in_out_cubic(i),
[INFO] [stdout]     |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:328:13
[INFO] [stdout]     |
[INFO] [stdout] 328 |             fastled_ref::ease8_in_out_approx(i),
[INFO] [stdout]     |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:331:36
[INFO] [stdout]     |
[INFO] [stdout] 331 |         assert_eq!(l::triwave8(i), fastled_ref::triwave8(i), "triwave8({i})");
[INFO] [stdout]     |                                    ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:332:37
[INFO] [stdout]     |
[INFO] [stdout] 332 |         assert_eq!(l::quadwave8(i), fastled_ref::quadwave8(i), "quadwave8({i})");
[INFO] [stdout]     |                                     ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:335:13
[INFO] [stdout]     |
[INFO] [stdout] 335 |             fastled_ref::cubicwave8(i),
[INFO] [stdout]     |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:341:17
[INFO] [stdout]     |
[INFO] [stdout] 341 |                 fastled_ref::squarewave8(i, pulsewidth),
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:349:13
[INFO] [stdout]     |
[INFO] [stdout] 349 |             fastled_ref::ease16_in_out_quad(i),
[INFO] [stdout]     |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fastled_ref` in this scope
[INFO] [stdout]    --> tests/differential.rs:354:13
[INFO] [stdout]     |
[INFO] [stdout] 354 |             fastled_ref::ease16_in_out_cubic(i),
[INFO] [stdout]     |             ^^^^^^^^^^^ use of unresolved module or unlinked crate `fastled_ref`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fastled_ref`, use `cargo add fastled_ref` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lib8tion` (test "differential") due to 56 previous errors
[INFO] running `Command { std: "docker" "inspect" "330031bc55782e4954dc9016da4a9b4c3eb25665858ef3767941d66f3c82eaf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "330031bc55782e4954dc9016da4a9b4c3eb25665858ef3767941d66f3c82eaf5", kill_on_drop: false }`
[INFO] [stdout] 330031bc55782e4954dc9016da4a9b4c3eb25665858ef3767941d66f3c82eaf5
